PDF4Java Reference Documentation
com.o2sol.pdf4java.content.text Package / PDFTextWord Class
Methods


In This Topic
    PDFTextWord Class Members
    In This Topic

    The following tables list the members exposed by PDFTextWord.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new object.
    This method supports the internal library infrastructure and should not be used by external client code.  
    Top
    Public Methods
     NameDescription
    Public MethodGets the text.  
    Public MethodGets the text runs.  
    Public MethodGets the typographic coordinates of the word corners.
    The order of the corners in the array is the following: lower left, lower right, upper right, upper left. The typographic corners consider the font's Descent for the lower corners. The method considers the text baseline for the lower corners.  
    Public MethodGets the display coordinates of the word corners.
    The order of the corners in the array is the following: lower left, lower right, upper right, upper left. These corners match the text baseline for the lower corners. The method considers the font's Descent for the lower corners.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodReturns a string that represents the current Object.  
    Top
    See Also